Name | Script Formats |
Description | Script formats provide the formats certain commands within that script will use for their texts. Most notably, this includes debug.
See specific command's documentation for information on which formats they use (for example, the 'debug' command supports a 'debug' format and an 'error' format). The formats are specified under a 'formats' key, and can be either Format Script Containers or a direct format with the same syntax as format scripts. When specifying a direct format, use the format name as the key; When specifying a format script, use '<format>_script' as the key (see example below).
|
Group | Script Container System |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/ScriptFormattingContext.java#L20 |